From: Luc Teirlinck Date: Sat, 28 Aug 2004 16:13:32 +0000 (+0000) Subject: (edit-tab-stops-buffer): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21245 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1618e9463a5b59a2532d79e149244600f2cd8958;p=emacs.git (edit-tab-stops-buffer): Doc fix. --- diff --git a/lisp/indent.el b/lisp/indent.el index e56db11b6f1..2d223b05ad6 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -442,8 +442,8 @@ This should be a list of integers, ordered from smallest to largest." "Keymap used in `edit-tab-stops'.") (defvar edit-tab-stops-buffer nil - "Buffer whose tab stops are being edited--in case -the variable `tab-stop-list' is local in that buffer.") + "Buffer whose tab stops are being edited. +This matters if the variable `tab-stop-list' is local in that buffer.") (defun edit-tab-stops () "Edit the tab stops used by `tab-to-tab-stop'.